home *** CD-ROM | disk | FTP | other *** search
- WinImage 2.0 Translation Kit
- Copyright (c) 1994 Gilles Vollant
- CIS : 100144,2636
- Internet : 100144.2636@compuserve.com
- 13, rue Mansart
- 91540 Mennecy
- France
-
- These file are the transaltion kit of WinImage.
- You need the WinImage 2.0 software
- (WINIMA.ZIP in WINSHARE compuserve forum,
- WINIMA20.ZIP on somes BBS or cica.indiana.edu ftp server)
-
- List of translation kit file:
-
- RESOURCE.H Include file for WINIMAxx.RC
- VER_INFO.RCV Include file for WINIMAxx.RC
- WINIMAFR.RC French ressource file, text source
- WINIMAUS.RC English ressource file, text source
- WINIMAFR.T16 English ressource binary file Win16
- WINIMAUS.T16 French ressource binary file Win16
- WINIMAFR.RTF French Help file source in RTF format
- WINIMAUS.RTF English Help file source in RTF format
- WINIMARC.HPJ Help Compiler script file
- WINIMARC.PAS Borland Pascal Windows source file
- WINIMARC.CPP C/C++ source file
- WINIMARC.DEF .DEF source file
- WINIMAR6.MAK Visual C++ 16 bits MakeFile, for making .T16 file
- WINIMAR2.MAK Visual C++ 32 bits MakeFile, for making .T32 file
- MAKEFILE. Microsoft Win32 SDK MakeFile
- For building a translation of WinImage :
- - Rename WINIMAUS.RC or WINIMAFR.RC to WINIMARC.RC
- - translate WINIMARC.RC with a Windows ASCII editor like NOTEPAD.EXE
- - compile and build WINIMARC.DLL with file WINIMAR6.MAK if you use Visual C,
- with another compiler, make a project with WINIMARC.RC, WINIMARC.DEF and
- WINIMARC.CPP
- - rename WINIMARC.DLL to WINIMAxx.T16 (if Win16) or WINIMAxx.T32 (if Win32 for
- Windows NT) (replace xx by two letter identify langage)
- - copy WINIMAxx.T16 in the WINIMAGE.EXE directory
-
- OR
- - Translate WINIMAFR.T16 or WINIMAUS.T16 with a ressource editor (Microsoft
- AppStudio or Borland Ressource Workshop)
- - Rename WINIMAFR.T16 or WINIMAUS.T16 to WINIMAxx.T16
- - copy WINIMAxx.T16 in the WINIMAGE.EXE directory
-
-
- To translate Help File :
- - Translate WINIMAUS.RTF or WINIMAFR.RTF in a new file nammed WINIMARC.RTC,
- using Microsoft Word
- - Translate the Title line in WINIMARC.HPJ file
- - run Help Compiler by enter :
- HC31 WINIMARC.HPJ
- - rename WINIMARC.HLP WINIMAxx.HLP and copy it to WINIMAGE.EXE directory
-
- The dialog box bitmap are Black/White.
- I add for build them in WINIMAGE.INI the line :
- USECTL3D=FALSE
-
-
- Langage recogniction string:
- When you translate ressource, you must translate some recogniction string :
-
- name of string number content
- IDS_PREFIXRES 993 empty
- IDS_LANGID 996 See list
- IDS_WININISLANGAGE 997 string in WIN.INI, see list
- IDS_NAMELANGAGE 998 string in Preference Dialog box
- IDS_SIGN 999 Identify langage for WinImage
- IDS_FNHELP 1047 Filename of .HLP
-
- By sample, for english version:
- IDS_PREFIXRES ""
- IDS_LANGID "9"
- IDS_WININISLANGAGE "ENU|ENG"
- IDS_NAMELANGAGE "English"
- IDS_SIGN "ENU"
- IDS_FNHELP "WINIMAUS.HLP"
-
- and for deutch version:
- IDS_PREFIXRES ""
- IDS_SIGN "DEU"
- IDS_NAMELANGAGE "German"
- IDS_WININISLANGAGE "DEU"
- IDS_FNHELP "WINIMADE.HLP"
- IDS_LANGID "7"
-
- IDS_WININISLANGAGE and IDS_LANGID are for autoselect langage
-
- For IDS_WININISLANGAGE, choose :
- DAN Danish
- DEU German
- ENG U.K. English
- ENU U.S. English
- ESN Modern Spanish
- ESP Castilian Spanish
- FIN Finnish
- FRA French
- FRC Canadian French
- ISL Icelandic
- ITA Italian
- NLD Dutch
- NOR Norwegian
- PTG Portuguese
- SVE Swedish
-
- if two are needed (ex : english), separe with |, type "ENU|ENG"
- if only one (ex: deutch) type "DEU"
-
- For IDS_LANGID, select :
- LANG_ALBANIAN "28"
- LANG_ARABIC "1"
- LANG_BAHASA "33"
- LANG_BULGARIAN "2"
- LANG_CATALAN "3"
- LANG_CHINESE "4"
- LANG_CZECH "5"
- LANG_DANISH "6"
- LANG_DUTCH "19"
- LANG_ENGLISH "9"
- LANG_FINNISH "11"
- LANG_FRENCH "12"
- LANG_GERMAN "7"
- LANG_GREEK "8"
- LANG_HEBREW "13"
- LANG_HUNGARIAN "14"
- LANG_ICELANDIC "15"
- LANG_ITALIAN "16"
- LANG_JAPANESE "17"
- LANG_KOREAN "18"
- LANG_NORWEGIAN "20"
- LANG_POLISH "21"
- LANG_PORTUGUESE "22"
- LANG_RHAETO_ROMAN "23"
- LANG_ROMANIAN "24"
- LANG_RUSSIAN "25"
- LANG_SERBO_CROATIAN "26"
- LANG_SLOVAK "27"
- LANG_SPANISH "10"
- LANG_SWEDISH "29"
- LANG_THAI "30"
- LANG_TURKISH "31"
- LANG_URDU "32"
-
- If you make a translation, I would appreciate a copy.
- (by Compuserve mail or UUEncoded by internet)
-
- Don't hesitate to send me an email to know if it exist a translation in your
- langage or for more information.
-
- Actually, it existe french, english and deutch version of WinImage.
-